home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / background_3166.txt < prev    next >
Text File  |  1990-04-13  |  2KB  |  93 lines

  1. -- background: 3166 from stack: in.01
  2. -- bmap block id: 4026
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Documentation Bg
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=1 top=0 right=321 bottom=511
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Documentation
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=9 top=0 right=23 bottom=504
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 18
  31. -- style flags: 256
  32. -- line height: 24
  33. -- part name: Title
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=232 top=321 right=342 bottom=257
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect wipe right
  51.   go to prev card
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 3 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=260 top=321 right=342 bottom=284
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 1013 / 1013
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Next
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   visual effect wipe left
  71.   go to next card
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 6 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=3 top=321 right=342 bottom=33
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 30557 / 30557
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: First
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   go to first card
  91. end mouseUp
  92.  
  93.